<squad>
	<description>
		<type>TYPE_ARMOURED_CAR</type>
		<nationality>NATIONALITY_RUSSIAN</nationality>

		<long_name>MTLB</long_name>
		<short_name>MTLB</short_name>
		<comment>Infantry fighting vehicle</comment>

		<uniform_profile>uniform_profile_american_tank_crew.png</uniform_profile>
		<uniform_game>uniform_game_american_tank_crew.png</uniform_game>
	</description>

	<availability>
		<data><month>1</month><year>2022</year><number>60</number></data>
 		<data><month>12</month><year>2023</year><number>60</number></data>
        <data><month>12</month><year>2025</year><number>60</number></data>
	</availability>

	<vehicle>
		<attributes>
			<image_profile>Profile-MTlm.png</image_profile>
			<weight>9700</weight>
			<can_mount_infantry>yes</can_mount_infantry>
		</attributes>

		<drive>
			<engine>
				<name>UTD 20</name>
				<horsepower>300</horsepower>
				<reliability>RELIABILITY_VERY_GOOD</reliability>
				<mount>MOUNT_MIDDLE</mount>
				<rpm_idle>500</rpm_idle>
				<rpm_limit>2800</rpm_limit>
			</engine>

			<gears>
				<forward_1st>7.56</forward_1st>
				<forward_2nd>3.11</forward_2nd>
				<forward_3rd>1.78</forward_3rd>
				<forward_4th>1.11</forward_4th>
				<forward_5th>0.73</forward_5th>
				<reverse_1st>-5.65</reverse_1st>
			</gears>

			<steering>STEERING_CONTROLLED_DIFFERENTIAL</steering>

			<can_make_smoke_screen>yes</can_make_smoke_screen>

			<exhaust_pipe>
				<offsetX>-150</offsetX>
				<offsetY>0</offsetY>
				<horizontal_angle>200</horizontal_angle>
				<vertical_angle>0</vertical_angle>
			</exhaust_pipe>
		</drive>

		<hull>
			<image_view>Image-MTlbm.png</image_view>

			<width>255</width>
			<length>625</length>
			<height>76</height>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<front>14@-60</front>
				<upper_side>7@-20</upper_side>
				<lower_side>7</lower_side>
				<upper_rear>7</upper_rear>
				<lower_rear>7@-20</lower_rear>
				<top>7</top>
				<bottom>10</bottom>
			</armour>

			<man>
				<job>JOB_DRIVER</job>
				<weapon><type>WEAPON_RIFLE_AK_74</type></weapon>
				<ammo><for>WEAPON_RIFLE_AK_74</for><rounds>120</rounds></ammo>
			</man>
		</hull>

		<superstructure>
			<width>282</width>
			<length>625</length>
			<height>76</height>

			<offsetX>0</offsetX>
			<offsetY>0</offsetY>

			<armour>				// @0 means vertically upright, @90 is horizontal
				<upper_front>14@70</upper_front>
				<lower_front>7@60</lower_front>
				<upper_side>7@40</upper_side>
				<lower_side>7</lower_side>
				<rear>7</rear>
				<top>7</top>
			</armour>
		</superstructure>

		<fixed_weapon>
			<image_view>Image-MTlbm turret.png</image_view>

			<offsetX>0</offsetX>
			<offsetY>150</offsetY>
			<offsetZ>165</offsetZ>
			<minAngle>-180</minAngle>
			<maxAngle>180</maxAngle>

			<rotate_time>5</rotate_time>
			<weapon><type>WEAPON_CANNON_30_2A72</type></weapon>
   			<ammo><for>WEAPON_CANNON_30_2A72</for><flavour>FLAVOUR_APDS</flavour><rounds>350</rounds></ammo>
			<ammo><for>WEAPON_CANNON_30_2A72</for><flavour>FLAVOUR_HE</flavour><rounds>400</rounds></ammo>

			<man>
				<job>JOB_COMMANDER</job>
				<weapon><type>WEAPON_PISTOL_MAKAROV</type></weapon>
				<ammo><for>WEAPON_PISTOL_MAKAROV</for><rounds>14</rounds></ammo>
			</man>
		</fixed_weapon>
	</vehicle>
</squad>